FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ObjectConnector<T> Class
The type of the elements of IEnumerable.
Members

In This Topic
    ObjectConnector<T> Class
    In This Topic
    Connector for importing data to a DataEngine table from an arbitrary IEnumerable.
    Object Model
    ObjectConnector<T> Class
    Syntax
    'Declaration
     
    Public Class ObjectConnector(Of T) 
       Inherits Connector
    public class ObjectConnector<T> : Connector 
    Type Parameters
    T
    The type of the elements of IEnumerable.
    Inheritance Hierarchy

    System.Object
       C1.DataEngine.Connector
          C1.DataEngine.ObjectConnector<T>

    See Also